*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 15 Aug 2002 00:12:30 +0000 (00:12 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 15 Aug 2002 00:12:30 +0000 (00:12 +0000)
lisp/ChangeLog

index 9447c93eb7e4a907fc4a985383e828f87d13b2a4..1058e1c50a83ba9d6c64d736c8fc10691f046ec9 100644 (file)
@@ -1,3 +1,18 @@
+2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * emacs-lisp/find-func.el (find-function-search-for-symbol):
+       Use find-file-hook instead of find-file-hooks.
+
+       * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
+       (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
+       (imenu-space-replacement): Allow nil value.
+       (imenu--completion-buffer): Use new vars and simplify.
+       Fix handling of minibuffer-setup-hook.
+       Use minibuffer-completion-help instead of rolling our own.
+       (imenu-choose-buffer-index): Use the new var.
+
+       * startup.el (command-line): Load custom-file if not done yet.
+
 2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
 
        * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
@@ -5,9 +20,8 @@
 
 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
 
-       * select.el (xselect-convert-to-string): If TYPE is non-nil,
-       encode the selection data string.  Always return cons of type and
-       string.
+       * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
+       the selection data string.  Always return cons of type and string.
        (selection-converter-alist): Add (UTF8_STRING .
        xselect-convert-to-string).